Click or drag to resize
TableServerOn_Tags_Moving Method
Virtual Function for Tags Moving (User must write his own function). the tag object that rise the event. the event rised by the sender. this function return type is void.

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
protected virtual void On_Tags_Moving(
	Tag sender,
	EventArgs e
)

Parameters

sender
Type: TangibleFrameworkTag
e
Type: SystemEventArgs
See Also